Conditional Guard - Locks only if valid lock is passed. More...
#include <fthread.h>
Public Member Functions | |
FConditionalGuard (FLock *_lock) | |
FConditionGuard constructor. | |
~FConditionalGuard () | |
FConditionGuard destructor. |
Conditional Guard - Locks only if valid lock is passed.
FConditionalGuard | ( | FLock * | _lock | ) | [inline] |
FConditionGuard constructor.
_lock | guard this lock |
~FConditionalGuard | ( | ) | [inline] |
FConditionGuard destructor.